The 2nd Generation: Just-In-Time Compilers
A Just-In-Time (JIT) Compiler is actually a traditional compiler that runs on-the-fly
JITs do not have time to perform much optimization
Low-level (C-like) code and method invocations run much faster
All the other problems remain

Return to Tracks